addComponentToTeam

Add a component to a team

Format

udclient [global-args...] [global-flags...]
  addComponentToTeam [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
component string true Name or ID of the component
team string true Name or ID of the team
type string false Name of the type to use. Leave blank if you are using the type "Standard Component".

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  addComponentToTeam
  -component JPetStore-APP
  -team MyTeam

Related REST command: Add a component to a team.